Platform Explorer / Nuxeo Platform 11.3

Component org.nuxeo.ecm.platform.routing.dm.operations

Resolution Order

725
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.

Contributions

XML Source

<component name="org.nuxeo.ecm.platform.routing.dm.operations"
  version="1.0">
  <!-- @deprecated since 5.9.2 - Use only routes of type 'graph' -->
  <extension target="org.nuxeo.ecm.core.operation.OperationServiceComponent"
    point="operations">
    <operation
      class="org.nuxeo.ecm.platform.routing.dm.operation.CreateRoutingTask" />
    <operation
      class="org.nuxeo.ecm.platform.routing.dm.operation.RemoveRoutingTask" />
    <operation
      class="org.nuxeo.ecm.platform.routing.dm.operation.SetCurrentRunningStepFromTask" />
    <operation
      class="org.nuxeo.ecm.platform.routing.dm.operation.EvaluateCondition" />
  </extension>

</component>